/* --------------------------------------------------
  幅800px以上のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (min-width: 800px) {
  body {
    max-width: 2000px;
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';  }
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 5% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* ----- section 調整 -----*/
  .side {
    width: 23%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 5% 1% 2% 1%;
  }
  .main_content {
    width: 75%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    height: auto;
    /* 高さ指定 */
  }
  /* ------ side 調整 (title)------*/
  .side h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .side h2:before, .side h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .side h2:before {
    left: 0;
  }
  .side h2:after {
    right: 0;
  }
  /* ------ side 調整 (list)------*/
  .side-menu-nav {
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
  }
  .side-menu {
    color: black;
    background: white;
    padding: .4em .0em;
    font-weight: bold;
  }
  .side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li {
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted black;
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }


  /* --------------------------------------------------
  サイド　ボタン
-------------------------------------------------- */
  .btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F8E0EC;
    border-left: solid 6px #FF0040;
    /*左線*/
    color: black;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.29);
  }
  .btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(255, 117, 100, 0.1);
    transform: translateY(2px);
  }
  .btn-sticky:hover {
    background: #F5A9D0;
  }

  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  .top-calendar-setu {
    padding: 3% 5% 2% 5%;
  }
  .top-calendar-download {
    text-align: center;
    padding: ２% 5% 2% 5%;
  }
  .top-calendar-show {
    padding: 5% 5% 2% 5%;
    width: 90%;
    text-align: center;
  }
  .top-calendar-show img {
    width: 100%;
  }
}
/* --------------------------------------------------
  幅800px以下のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (max-width: 800px) {
    body {
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';
  }
  h2 {
    font-size: 20px;
  }
  a {
    font-size: 16px;
  }
  .top {
    padding: 100px 1% 0;
  }
  /* ------side menu title-----*/
  .side-title h2 {
    position: relative;
    padding: 0 20% 0 20%;
  }
  /*-------side menu-------*/
  .side h2 {
    text-align: center;
    padding: 5px;
  }
  .side nav {
    text-align: center;
  }
  .side nav ul {
    margin: 0;
    padding: 0;
  }
  .side nav li {
    list-style: none;
    display: inline-block;
    min-width: 60px;
    padding: 0 5px 0 5px;
  }
  .side nav li:not(:last-child) {
    border-right: 2px solid #ddd;
  }
  .side nav a {
    text-decoration: none;
    color: #333;
  }
  .side nav a.current {
    color: #00B0F0;
    border-bottom: 2px solid #00B0F0;
  }
  .side nav a:hover {
    color: #F7CB4D;
    border-bottom: 2px solid #F7CB4D;
  }
  /*---- top-title -----*/
  .top-title h2 {
    position: relative;
    padding: 1rem 1rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }
  /* --------------------------------------------------
    本文SP　ここから
-------------------------------------------------- */
  .top-calendar-setu {
    padding: 3% 5% 2% 5%;
  }
  .top-calendar-download {
    text-align: center;
    padding: ２% 5% 2% 5%;
  }
  .top-calendar-show {
    padding: 5% 5% 2% 5%;
    width: 90%;
    text-align: center;
  }
  .top-calendar-show img {
    width: 100%;
  }
}


@page { size: 210mm 297mm } /* A4縦サイズ */
@media print{
  body {
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';  }
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 0% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* ----- section 調整 -----*/
  .side {
    width: 23%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 5% 1% 2% 1%;
  }
  .main_content {
    width: 75%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    height: auto;
    /* 高さ指定 */
  }
  /* ------ side 調整 (title)------*/
  .side h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .side h2:before, .side h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .side h2:before {
    left: 0;
  }
  .side h2:after {
    right: 0;
  }
  /* ------ side 調整 (list)------*/
  .side-menu-nav {
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
  }
  .side-menu {
    color: black;
    background: white;
    padding: .4em .0em;
    font-weight: bold;
  }
  .side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li {
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted black;
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }


  /* --------------------------------------------------
  サイド　ボタン
-------------------------------------------------- */
  .btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F8E0EC;
    border-left: solid 6px #FF0040;
    /*左線*/
    color: black;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.29);
  }
  .btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(255, 117, 100, 0.1);
    transform: translateY(2px);
  }
  .btn-sticky:hover {
    background: #F5A9D0;
  }

  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  .top-calendar-setu {
    padding: 3% 5% 2% 5%;
  }
  .top-calendar-download {
    text-align: center;
    padding: ２% 5% 2% 5%;
  }
  .top-calendar-show {
    padding: 5% 5% 2% 5%;
    width: 90%;
    text-align: center;
  }
  .top-calendar-show img {
    width: 100%;
  }

}